home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global label, s, drums
- if label = 1 then
- do("sel" & s & EMPTY)
- repeat while the mouseUp
- puppetSound(1, 0)
- end repeat
- puppetSound(1, 106)
- else
- repeat while the mouseUp
- puppetSound(1, 0)
- end repeat
- set drums to 0
- do("sel" & s + 10 & EMPTY)
- end if
- end
-